Name :- Gopalam_B_V_J_Swaroop
Roll no:100070058
Lab Batch:-16
Group:-3
Date:- 13/10/2010
Venue:- elec comp lab
Activity - Discussion on choosing projects(1530 to 1655 hrs):
We discussed about the choice of projects and analysed each project
about the effort involved, challenges offered and our capabilities
andGUI involved
then the team came on a decision to take up the graph plotter project.
 The next meet was scheduled to be the next day.

Date-14/10/2010
Activity - discussion about the project graph plotter(0930 to 1020
hrs):
We discussed about the various modules of the projects and the members
presented their
opinion . The problems that were recognised by us were -
1) The equation whose graph is to be drawn has to be taken from the
user is in the form of a string. How to convert that string into an
expression? and how to give a standard notation
Ex:y=x*x;y=x^2  etc..
2) If we have the equation how to plot the graph from it? and how many
points to use
3) How to calculate the various parameters related to graph such as
derivatives , definite integrals,tangent eqn etc.
     We thought of leaving the indefinite integral part
Date- 17/10/2010(1800 to 1920 hrs):
Activity Done- Distribution of tasks to different groups
The 3 modules of project  was alloted to the 3
groups within the team. Group 1 was alloted the task to handle the
input string and convert it into a function. Group 2 got the task to
handle
the GUI. Group 3 was given  the task to calculate the various
parameters of
the graph such as derivatives, integrals etc.

Date-18/10/2010(2030 to 2240 hrs):
Activity Done: Formulation of basic project plan We discussed
what input and output was required from each module. We also found a
program written by GS Baluja on internet which converted a string from
infix to
postfix and then converted it into an expression. We tried to
understand it. TA helped us gving his suggestions 
